home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / ttyline / activatettyline.c next >
C/C++ Source or Header  |  1996-07-22  |  159b  |  11 lines

  1.  
  2. #include "ttyline.p"
  3.  
  4. int activate_ttyline(unsigned index)
  5. {
  6.     if (index >= n_lines)
  7.         return (1);
  8.         
  9.     active_line = index;
  10.     return (0);
  11. }